home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
util
/
cli
/
AKCC.lha
/
Programmers
/
include
/
akccplus
/
akccplusbase.h
< prev
Wrap
C/C++ Source or Header
|
2000-04-22
|
553b
|
26 lines
/*
** $VER: akccplus_protos.h 37.1 (6.9.96)
**
** base definition include for akccplus.library
**
** (C) Copyright 1989-96 Andreas R. Kleinert
** All Rights Reserved.
*/
#ifndef AKCCPLUS_AKCCPLUSBASE_H
#define AKCCPLUS_AKCCPLUSBASE_H
#ifndef AKCCPLUS_AKCCPLUS_H
#include <akccplus/akccplus.h>
#endif /* AKCCPLUS_AKCCPLUS_H */
struct AKCCPlusBase
{
struct Library ab_LibNode; /* private fields */
APTR ab_SegList;
struct ExecBase *ab_SysBase;
struct DosLibrary *ab_DOSBase;
};
#endif /* AKCCPLUS_AKCCPLUS_BASE_H */